home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / DefineButton2_76 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-27  |  105 b   |  7 lines

  1. on(press){
  2.    _root.modey = "Hold";
  3.    _root.dragOn = 0;
  4.    _root.holdIt = 1;
  5.    gotoAndStop(3);
  6. }
  7.